|
GHOST PARTICLES ON
This command will ghost a particles object.
GHOST PARTICLES ON Particle Number, Ghost Mode
GHOST PARTICLES ON Particle Number, Ghost Mode, Percentage
Particle Number
Integer
The particle object number
Ghost Mode
Integer
The Ghost Mode with a range of 0 to 5 specify the type of ghosting to perform
Percentage
Float
Specify a percentage value between 0 and 100.
This command does not return a value.
Ghosted particles will appear transparent when rendered, creating effects such as see-through smoke and fire. The Ghost Mode with a range of 0 to 5 specify the type of ghosting to perform.
make particles 4, 0, 10, 10.0
position particles 4, 3, 2, 10
set particle emissions 4, 1
set particle speed 4, 0.005
set particle velocity 4, 10
ghost particles on 4,5
do
loop
delete particles 4
end
PARTICLES Commands Menu
Index
|